func net/netip.parseIPv4Fields
3 uses
net/netip (current package)
netip.go#L155: func parseIPv4Fields(in string, off, end int, fields []uint8) error {
netip.go#L198: err = parseIPv4Fields(s, 0, len(s), fields[:])
netip.go#L283: err := parseIPv4Fields(in, end-len(s), end, ip[i:i+4])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)